Skip to content

Conversation

gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Jan 5, 2023

  • This doesn't cover everything (far from it) but it's a start.
  • This uses pytest, which isn't ideal, but was quickest to get started.

@gvanrossum gvanrossum requested a review from iritkatriel January 5, 2023 00:11
@bedevere-bot bedevere-bot added the tests Tests in the Lib/test dir label Jan 5, 2023
import generate_cases


def run_test(input: str, expected: str):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe run_cases_test, because we will also have a run_metadata test?

gvanrossum and others added 3 commits January 5, 2023 14:09
- This doesn't cover everything (far from it) but it's a start.
- This uses pytest, which isn't ideal, but was quickest to get started.
In anticipation of run_opcode_test().
Co-authored-by: Kumar Aditya <[email protected]>
@gvanrossum
Copy link
Member Author

Ready for review again.

@gvanrossum gvanrossum merged commit 9ffbc58 into python:main Jan 6, 2023
@gvanrossum gvanrossum deleted the cases-test branch January 6, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants